﻿2026-06-21T11:53:52.2771359Z ##[group]Run actions/checkout@v5
2026-06-21T11:53:52.2771936Z with:
2026-06-21T11:53:52.2772261Z   repository: SaberMage/spt-core
2026-06-21T11:53:52.2775612Z   token: ***
2026-06-21T11:53:52.2775931Z   ssh-strict: true
2026-06-21T11:53:52.2776256Z   ssh-user: git
2026-06-21T11:53:52.2776625Z   persist-credentials: true
2026-06-21T11:53:52.2777039Z   clean: true
2026-06-21T11:53:52.2777399Z   sparse-checkout-cone-mode: true
2026-06-21T11:53:52.2777800Z   fetch-depth: 1
2026-06-21T11:53:52.2778115Z   fetch-tags: false
2026-06-21T11:53:52.2778468Z   show-progress: true
2026-06-21T11:53:52.2778807Z   lfs: false
2026-06-21T11:53:52.2779103Z   submodules: false
2026-06-21T11:53:52.2779449Z   set-safe-directory: true
2026-06-21T11:53:52.2779816Z env:
2026-06-21T11:53:52.2780150Z   SPT_REGISTRY_BUSY_TIMEOUT_MS: 30000
2026-06-21T11:53:52.2780534Z ##[endgroup]
2026-06-21T11:53:52.4625307Z Syncing repository: SaberMage/spt-core
2026-06-21T11:53:52.4626770Z ##[group]Getting Git version info
2026-06-21T11:53:52.4627567Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-21T11:53:52.4851590Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-21T11:53:52.5048404Z git version 2.43.0.windows.1
2026-06-21T11:53:52.5073994Z ##[endgroup]
2026-06-21T11:53:52.5082609Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\f74e2675-b3ee-49c9-b3bc-3311e7baf0c2\.gitconfig'
2026-06-21T11:53:52.5096371Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\f74e2675-b3ee-49c9-b3bc-3311e7baf0c2' before making global git config changes
2026-06-21T11:53:52.5097950Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T11:53:52.5101287Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-21T11:53:52.5333117Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-21T11:53:52.5512315Z https://github.com/SaberMage/spt-core
2026-06-21T11:53:52.5538170Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-21T11:53:52.5541756Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-21T11:53:52.5822438Z HEAD
2026-06-21T11:53:52.6065812Z ##[endgroup]
2026-06-21T11:53:52.6067660Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-21T11:53:52.9653064Z ##[group]Cleaning the repository
2026-06-21T11:53:52.9656649Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-21T11:53:54.6147395Z Removing target/
2026-06-21T11:53:54.6182252Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-21T11:53:54.6587972Z HEAD is now at 03bd69c Merge c240643f93b22b724321e1dd9f9ae0b8a45b850a into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T11:53:54.6612140Z ##[endgroup]
2026-06-21T11:53:54.6616609Z ##[group]Disabling automatic garbage collection
2026-06-21T11:53:54.6621202Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-21T11:53:54.6838326Z ##[endgroup]
2026-06-21T11:53:54.6838747Z ##[group]Setting up auth
2026-06-21T11:53:54.6844530Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-21T11:53:54.7059340Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-21T11:53:55.0562722Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T11:53:55.0793121Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-21T11:53:55.4266412Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T11:53:55.4520167Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-21T11:53:55.8131718Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-21T11:53:55.8417765Z ##[endgroup]
2026-06-21T11:53:55.8418285Z ##[group]Fetching the repository
2026-06-21T11:53:55.8424703Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +6023524dacbd1e0b162f627fb617c45ea97c14d0:refs/remotes/pull/27/merge
2026-06-21T11:53:56.4900409Z From https://github.com/SaberMage/spt-core
2026-06-21T11:53:56.4900909Z  + 03bd69c...6023524 6023524dacbd1e0b162f627fb617c45ea97c14d0 -> pull/27/merge  (forced update)
2026-06-21T11:53:56.5013180Z ##[endgroup]
2026-06-21T11:53:56.5013707Z ##[group]Determining the checkout info
2026-06-21T11:53:56.5014473Z ##[endgroup]
2026-06-21T11:53:56.5019596Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-21T11:53:56.5299284Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-21T11:53:56.5513027Z ##[group]Checking out the ref
2026-06-21T11:53:56.5517206Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/27/merge
2026-06-21T11:53:56.5978178Z Warning: you are leaving 1 commit behind, not connected to
2026-06-21T11:53:56.5978655Z any of your branches:
2026-06-21T11:53:56.5978821Z 
2026-06-21T11:53:56.5979063Z   03bd69c Merge c240643f93b22b724321e1dd9f9ae0b8a45b850a into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T11:53:56.5979369Z 
2026-06-21T11:53:56.5979524Z If you want to keep it by creating a new branch, this may be a good time
2026-06-21T11:53:56.5979805Z to do so with:
2026-06-21T11:53:56.5979915Z 
2026-06-21T11:53:56.5980026Z  git branch <new-branch-name> 03bd69c
2026-06-21T11:53:56.5980297Z 
2026-06-21T11:53:56.5980674Z HEAD is now at 6023524 Merge 7074ba0f4ea9a533adbd31a2d52cda3874fd4864 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T11:53:56.6006051Z ##[endgroup]
2026-06-21T11:53:56.6282985Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-21T11:53:56.6559217Z 6023524dacbd1e0b162f627fb617c45ea97c14d0
